X14Color Class

Represents a color element (CT_Color) inside an x14 extension, such as x14:borderColor, x14:negativeFillColor, x14:axisColor or the x14:color* sparkline colors.

Definition

Namespace: Independentsoft.Office.Spreadsheet.Extensions
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public class X14Color
Inheritance
Object    X14Color

Constructors

X14Color Initializes a new instance of the X14Color class.

Properties

Auto Gets or sets whether the color is automatic.
Color Gets or sets the color as ARGB hex value.
ElementName Gets the local name of the color element.
IndexedColor Gets or sets the indexed color value.
Theme Gets or sets the theme color index.
Tint Gets or sets the tint applied to the color.

Methods

Clone Creates a copy of the current object.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also